Click or drag to resize

ContactInfo Constructor (String)

Initializes a new instance of the ContactInfo class from the specified string.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public ContactInfo(
	string contactInfo
)

Parameters

contactInfo
Type: SystemString
A string contains address and display name.
See Also